Chez Scheme - definizione. Che cos'è Chez Scheme
Diclib.com
Dizionario ChatGPT
Inserisci una parola o una frase in qualsiasi lingua 👆
Lingua:

Traduzione e analisi delle parole tramite l'intelligenza artificiale ChatGPT

In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:

  • come viene usata la parola
  • frequenza di utilizzo
  • è usato più spesso nel discorso orale o scritto
  • opzioni di traduzione delle parole
  • esempi di utilizzo (varie frasi con traduzione)
  • etimologia

Cosa (chi) è Chez Scheme - definizione

R6RS SCHEME COMPILER AND RUN-TIME

R4RS         
DIALECT OF THE LISP PROGRAMMING LANGUAGE
Scheme Links; R5RS; R4RS; R6RS; Set!; Scheme Programming language; Scheme progamming language; Scheme programming language; R5RS Scheme; Err5rs; ERR5RS; Scheme language; LAML; Scheme (language); RnRS; R7RS; Dr. Scheme; Scheme Lisp
A revision of R3RS, revised in R3.99RS. ftp://altdorf.ai.mit.edu/. ["The Revised^4 Report on the Algorithmic Language Scheme", W. Clinger et al, MIT (Nov 1991)]. (1994-10-28) [Later revisions?]
Trois jours chez ma mère         
BOOK BY FRANÇOIS WEYERGANS
Trois jours chez ma mere
Trois jours chez ma mère () is a novel by Belgian author François Weyergans. It was first published in 2005 and won the Prix Goncourt, one of the most prestigious awards in France.
The Girl from Maxim's (1950 film)         
1950 FILM BY MARCEL ABOULKER
La dame de chez Maxim's (1950 film)
The Girl from Maxim's (French: La dame de chez Maxim's) is a 1950 French comedy film directed by Marcel Aboulker and starring Arlette Poirier, Saturnin Fabre and Marcelle Monthil. It is an adaptation of the 1899 farce La Dame de chez Maxim by Georges Feydeau.

Wikipedia

Chez Scheme

Chez Scheme is a programming language, a dialect and implementation of the language Scheme which is a type of Lisp. It uses an incremental native-code compiler to produce native binary files for the x86 (IA-32, x86-64), PowerPC, and SPARC processor architectures. It has supported the R6RS standard since version 7.9.1. It is free and open-source software released under an Apache License, version 2.0. It was first released in 1985, by R. Kent Dybvig, originally licensed as proprietary software, and then released as open-source software on GitHub on 2016-05-13 with version 9.4.

Petite Chez Scheme is a sibling implementation which uses a threaded interpreter design instead of Chez Scheme's incremental native-code compiler. Programs written for Chez Scheme run unchanged in Petite Chez Scheme, as long as they do not depend on using the compiler (for example foreign function interface is only available in the compiler). Petite Chez Scheme was originally freely distributable and is now distributed open-source as part of Chez Scheme.